home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / CONED28.ARJ / HISTORY.DOC < prev    next >
Text File  |  1992-05-15  |  13KB  |  308 lines

  1.                                 ConEd Revisions
  2.                                 
  3.      05/15/92   Version 2.8 release
  4.      
  5. Switched compilers back to Microsoft.  Seems to generate a smaller .exe
  6. file.  
  7.  
  8. This version is strictly a maintenance release.  No new functionality, 
  9. but some things have been cleaned up. 
  10.  
  11. Fixed the Scrolling window from showing garbarge (again).   
  12.  
  13. Fixed the 'FIND' and 'GOTO' functions.
  14.  
  15. ConEd will now work correctly with Desqview Stealth, and other memory
  16. utilities of this type. 
  17.  
  18.  
  19.      02/08/92   Version 2.7 release
  20.  
  21. Bug fix - The delete routine was not stable in the previous release, this
  22. has been fixed.  Occasionally, the configuration selections on screen would
  23. get trashed, this too has been fixed.  
  24.  
  25. ConEd now checks if a AUTOEXEC.XXX and/or CONFIG.XXX exists before trying
  26. to create them, this will prevent an overwrite of a configuration set with
  27. a duplicate name.
  28.  
  29. Program does not allow for duplicate entries into the ConEd26.cfg file.
  30.  
  31. Fixed 'insert' mode when editing configuration descriptions.
  32.  
  33. This release was compiled with Borland C++ 3.0.  I will be porting ConEd
  34. to an Object Oriented base.
  35.  
  36.  
  37.      11/06/91   Version 2.6 release
  38.  
  39. Once again I have re-written the engine to ConEd. ConEd now
  40. dynamically allocates memory for configurations.  What does this
  41. mean to you?  Previously, ConEd allowed for upto 200
  42. configurations.  If you only had three configurations, ConEd would
  43. allocate memory for 200 configurations, not an efficient use of
  44. system resources.  ConEd now only allocates memory for the amount
  45. of configurations you use.  This means that if you only have 3
  46. different configurations, ConEd will only allocate memory for those
  47. configurations.  On the other hand, you can have as many
  48. configurations as memory will allow.  During testing, I have had
  49. over 6000 configurations (yes, you read it correctly, six
  50. thousand!) loaded.  Not that I expect anyone to have that many
  51. configurations, but ConEd will not limit you, nor will it waste
  52. memory on allocating for configurations you may not use.
  53.  
  54. ConEd will operate in less than 200K of memory.
  55.  
  56. When deleting a configuration, ConEd asks "Are you sure?".  One
  57. more added security feature.
  58.  
  59. Added the ability to Find a configuration by indicating the
  60. configuration extension you want to search for. <ALT-F>
  61.  
  62. Added the ability to Go to the current active configuration. <ALT-G>
  63.  
  64. Fixed a nasty bug that would lock up some XT class machines when
  65. ConEd was used.
  66.  
  67. Screen changes
  68.  
  69.  
  70.      06/21/91   Version 2.5 release
  71.  
  72. DOS 5.0 Compatible (it was before this release as well).
  73.  
  74. Added the ability to start ConEd  from any  drive/directory
  75. provided that ConEd.exe is in your PATH.
  76.  
  77. Added statement 'COMSPEC = <your COMSPEC>' to any AUTOEXECs created
  78. by ConEd.   This will allow users who have thier command processor
  79. in a subdirectory, access to commands on boot.
  80.  
  81. The ShareWare Library I use, TCXL, has been upgraded so ConEd has
  82. been upgraded to use this FANTASTIC C programmers library.
  83.  
  84. Some machines were not able to issue the 'flush' command for use
  85. with a disk cache, this has been corrected.
  86.                    
  87.      12/19/90   Version 2.4 release
  88.  
  89. Minor fix - ConEd did not allow certain ASCII characters to be
  90. entered into the 'flush' command box.  While I was at it I, also
  91. increased the size of the array allowing for a path to be added to
  92. the flush command.  With this fix, your cache program need not be
  93. in your path.
  94.  
  95. Delay function was broke, now its working properly.
  96.  
  97.      12/07/90   Version 2.3 release
  98.  
  99. Changed the way ConEd handles the configurations.  They no longer
  100. move to the top of the list every time you update the root
  101. directory.  Instead, the highlighted cursor now appears on the
  102. current configuration when the program is started, and towards the
  103. bottom of the screen, in the center, the current configuration
  104. description is displayed.
  105.  
  106. When you add a configuration, it no longer is added to the bottom
  107. of the bottom of the list, but to a position just below the
  108. highlighted configuration. 
  109.  
  110. With these two changes, you will now be able to keep your
  111. configuration list in the 'order' you desire, and not have the
  112. program arrange these configurations in a 'last used' order.
  113.  
  114. I have added five more options to the setup menu.  You can define
  115. if you use a caching program, and if so, what parameter(s) must be
  116. passed to 'flush' the cache buffers so that information is not lost
  117. during the reboot process.
  118.  
  119. Some machines require a 'cold' reboot (a reboot where a memory
  120. check is performed) because of various reasons such as an old bios,
  121. or use of hardware that conflict with a software 'warm' reboot. You
  122. now have the ability to define if you want a warm or cold reboot in
  123. the setup menu.
  124.  
  125. The fourth and fifth of these features allows you to add an
  126. alternate reboot command.  This may be necessary if you have an
  127. add-in board that requires a specific machine instruction passed to
  128. it in order to reset itself and then reboot the pc. Or, this can be
  129. used if the internal ConEd reboot routine does not work properly
  130. with your machine, and you have an alternate reboot routine that
  131. does work.
  132.  
  133. Added another feature to allow you to update the ConEd.xxx files
  134. with the root directory config files with the <ALT>-U key
  135. combination.  This will allow you to copy the current configuration
  136. in the root directory to the highlighted configuration in the ConEd
  137. directory.
  138.  
  139. I have updated the windowing library I have been using CXL version
  140. 5.2 to TCXL version 5.5.  This is another fine shareware product,
  141. and I highly recommend it to other 'C' programmers.
  142.  
  143.      10/26/90   Version 2.21 release
  144.  
  145. Fixed another reported bug, if you use an editor that adds a
  146. CONTROL-Z to the end of your file, the ConEd copy routine would not
  147. copy that character and, would always cause ConEd to notify you
  148. that the files do not match.  
  149.  
  150. I also added "Is this information correct" screens to two places,
  151. the Configuration Menu (F5), and The Edit Configuration option.
  152. After pressing the RETURN key in the last field of each of these
  153. forms, a window pops up and asks you if the information is correct.
  154. Simply press 'Y' if the information is correct, or N if it is not
  155. correct and re-edit those fields that require it.
  156.  
  157. A very minor note, I changed my revision naming convention from
  158. NUMBER.NUMBER ALPHA to NUMBER.NUMBER NUMBER.  Why? I think it looks
  159. better.
  160.  
  161.      10/23/90   Version 2.2A release
  162.  
  163. Had a problem with the -s option locking up some systems. My
  164. appologies.  Fixed with no other 'bugs' reported.  
  165.  
  166.      10/21/90   Version 2.2 release
  167.  
  168. MAJOR CHANGES - Most are behind the scenes programming changes,
  169. that provide me with a more flexible update path for future
  170. enhancements. Please, keep those letters coming.  Over 80% of the
  171. enhancements to date are user requested.
  172.  
  173. I rewrote the entire engine to the program.  ConEd now allows for
  174. up to 200 configurations!  
  175.  
  176. The configuration file has changed format, therefore before running
  177. the new version of ConEd, please delete the old 'CONED.CFG' file.
  178. I realize this is an inconvenience, but at most, you will only have
  179. ten descriptions to type over.
  180.  
  181. Because of the added configurations, I had to change the user
  182. interface.  The user now has available Page UP, Page DOWN, UP
  183. Arrow, DOWN Arrow, HOME and END keys to maneuver thru all the
  184. selections available.  
  185.  
  186. F5, which used to be for Boot Drive identification, Editor
  187. selection, and configuration description input, is now used only
  188. for Boot Drive ID, Editor selection, and ConEd path information.
  189.  
  190. <ALT>A -  Allows a user to ADD a configuration (up to 200 of them). 
  191.  
  192. <ALT>C - Copy a configuration.  This allows you to copy
  193. thehighlighted configuration to the boot drives root directory
  194. WITHOUT rebooting at this time.  This allows you plan ahead for an
  195. upcoming system reboot.
  196.  
  197. <ALT>D -  Deletes the highlighted configuration AND the associated
  198. AUTOEXEC.xxx and CONFIG.xxx files.
  199.  
  200. <ALT>E - Edit the highlighted configuration description. 
  201.  
  202. Registration Feature - There now exists the ability to input your
  203. name into the 'REGISTERED TO:' area on the main menu.  Since there
  204. has been a VERY GOOD response to ConEd, I feel those users who have
  205. registered ConEd should have their own personalized copy.  This
  206. feature is only available to users who recieve instructions after
  207. registration.   Registration now includes phone support.  All
  208. previously registered users will recieve information thru the mail.
  209.  
  210. Delay Feature -  Enhanced again to provide a window which displays
  211. the 'countdown' in seconds until the system starts.
  212.  
  213.      09/15/90   Version 2.1a release
  214.      
  215. I must appologize for such a quick release, but a bug was
  216. discovered, and I wanted this out as soon as possible.
  217.  
  218. Bug Fix  -  fixed problem that would not allow for 10th
  219. configuration to be used.  
  220.  
  221. Memory Model - Enhanced code so that a smaller memory model could
  222. be used.
  223.  
  224.      09/01/90   Version 2.1 release
  225.  
  226. Compiler Change  -  I have upgraded to Microsoft C 6.0, and have
  227. recompiled and optimized the program, thereby reducing the size of
  228. the executable.  Additionally, less memory is required to run
  229. ConEd.
  230.  
  231. Source Code Revision  -  Optimized source code to perform loops
  232. more efficiently.
  233.  
  234. Delay - modified the delay function to be completely user defined.
  235. The previous release had a mandatory 20 second delay when this
  236. function was invoked.   Now, a user may select the amount of
  237. seconds to be delayed.  
  238.  
  239.      04/23/90   Version 2.0 release.
  240.  
  241. Source Code Revision  - Modified the source code to eliminate
  242. temporary files created by ConEd.
  243.  
  244. Function Keys -  Changed the function key assignment to reflect
  245. what many users suggested would be an easier, more 'universal'
  246. association.  The 'F1' key is now the HELP key; 'F2' is Review DOS 
  247. screen;  'F3' is edit AUTOEXEC.xxx; 'F4' is edit CONFIG.xxx; 'F5'
  248. is for the ConEd configuration menu; 'F6' is the ConEd information
  249. window; 'F7' reboots your computer; and, 'F8' will allow you to
  250. exit ConEd.
  251.  
  252. Delay - added the '-d' option to the command line allowing for a
  253. twenty (20) second delay of invoking the current configuration.  
  254. With this addition, a user can invoke ConEd in this manner: 'coned
  255. -d', this would start the current configuration 20 seconds after
  256. the program loads and allow for such things as a BBS, which may of
  257. had its power interrupted and then restored, to automatically
  258. restart the BBS without human intervention. 
  259.  
  260. File Creation - When in the configuration menu, and a user creates
  261. a new configuration, two files are created for ConEd.  The first is
  262. "AUTOEXEC.xxx", and the second is "CONFIG.xxx", where xxx is the
  263. extension you assigned to a particular configuration description. 
  264.  
  265. The  AUTOEXEC contains the following:
  266.                              echo off
  267.                              cd\coned
  268.                              coned
  269.                              cd\
  270.                              prompt $p$g
  271. The CONFIG file contains: 
  272.                              files = 20
  273.                              buffers = 20
  274.  
  275. File Check -  when selecting the current configuration, ConEd
  276. compares the file length of the current AUTOEXEC.BATand CONFIG.SYS
  277. files with the AUTOEXEC.xxx and CONFIG.xxx files to ensure they are
  278. the same file.  If your AUTOEXEC or CONFIG files have been
  279. modified, ConEd will present a menu that will allow you to continue
  280. to exit, copy the AUTOEXEC.xxx and/or CONFIG.xxx file to the boot
  281. directory, or copy the boot directory AUTOEXEC.BAT and/or
  282. CONFIG.SYS to the ConEd directory with an extension that matches
  283. the current configurations extension.
  284.  
  285.      04/12/90   Version 1.1 release.  
  286.  
  287. Review Screen -  If you were using a Mono monitor, the Review
  288. Screen function F6 did not work properly. After exiting from the
  289. Configuration Menu F3, and a Review Screen was called, the screen
  290. which showed up was NOT the DOS screen, but the Configuraton Menu
  291. screen instead.
  292.  
  293. ESC Key - Pressing the ESC key no longer allows a user to exit the
  294. program.  To exit, a user must press either the return or enter
  295. key, selecting the highlighted configuration, or; by depressing F7
  296. to exit ConEd. 
  297.  
  298. Mouse Support - Mouse support has been added for the convenience of
  299. those users who wish to use a mouse.
  300.  
  301. Video Support - CGA, MONO, and BIOS video support are now included
  302. with the -c (CGA), -m (MONO), & -b (BIOS) parameters on the command
  303. line.
  304.  
  305.  
  306.      04/08/90  Initial release of CONfiguration EDitor Version 1.0
  307. 
  308.